home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / syslinux / README.gfxboot < prev    next >
Text File  |  2008-07-15  |  1KB  |  42 lines

  1. Graphical boot screen
  2. =====================
  3.  
  4.   syslinux/isolinux support a graphical boot screen using VESA BIOS
  5.   extensions. (Note that this is different from the graphics support that
  6.   syslinux comes with).
  7.  
  8.   To use it you have to prepare a special boot logo file and put a line like
  9.   this into syslinux.cfg/isolinux.cfg:
  10.  
  11.     gfxboot foo
  12.  
  13.   The tools to create 'foo' from the above example are in the gfxboot
  14.   package. Please _do_ have a look at its documentation before you begin.
  15.  
  16.   Note that you cannot use comboot images and graphics at the same time as
  17.   the memory used overlaps the comboot loading area.
  18.  
  19.   If you encouter problems with the graphics code, hold down SHIFT while
  20.   syslinux starts. This will put it into 'failsafe' mode that lets you
  21.   interactively skip critical parts (like monitor detection).
  22.  
  23.  
  24.  
  25. Spread boot images over several floppy disks (syslinux)
  26. =======================================================
  27.  
  28.   You can prepare boot disks with a file system that spans several disks.
  29.   The 'mkbootdisk' script from the openSUSE project can create a suitable
  30.   file system.
  31.  
  32.   syslinux will ask you for disk changes if necessary. To enable this
  33.   feature, use
  34.  
  35.     disksize <size_of_single_disk_in_sectors>
  36.  
  37.   Note that every individual disk must have at least a valid FAT boot
  38.   sector. syslinux will use the serial number stored there to verify that
  39.   the correct disk has been inserted (its last hex digit is the zero based
  40.   disk number).
  41.  
  42.